Skip to main content
GET
/
api
/
v1
/
flocks
/
{flockId}
/
cycles
/
{cycleId}
/
eggs
Get all egg collections for the cycle Response: [ { "date": "2025-06-07", "co...
curl --request GET \
  --url http://localhost:3000/api/v1/flocks/{flockId}/cycles/{cycleId}/eggs \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

JWT obtained from POST /api/v1/auth/login.

Path Parameters

flockId
string
required

flockId identifier

cycleId
string
required

cycleId identifier

Response

OK

Resource data (object or array depending on endpoint).